type crypto/internal/hpke.hkdfKDF
8 uses
crypto/internal/hpke (current package)
hpke.go#L25: type hkdfKDF struct {
hpke.go#L29: func (kdf *hkdfKDF) LabeledExtract(suiteID []byte, salt []byte, label string, inputKey []byte) []byte {
hpke.go#L38: func (kdf *hkdfKDF) LabeledExpand(suiteID []byte, randomKey []byte, label string, info []byte, length uint16) []byte {
hpke.go#L56: kdf hkdfKDF
hpke.go#L78: kdf: hkdfKDF{suite.hash},
hpke.go#L145: var SupportedKDFs = map[uint16]func() *hkdfKDF{
hpke.go#L147: 0x0001: func() *hkdfKDF { return &hkdfKDF{crypto.SHA256} },
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |